Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(karpenter): add karpenter configuration #1

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

haarchri
Copy link
Member

@haarchri haarchri commented Oct 21, 2023

Description of your changes

hitting the following in official provider-aws:
crossplane-contrib/provider-upjet-aws#931
crossplane-contrib/provider-upjet-aws#932

  • add instanceProfile, Role and Policies
  • add IRSA Role
  • add Karpenter Helm-Chart
  • add Karpenter Provisioner
  • add Karpenter AWSNodeTemplate
  • add example to test scaling with Karpenter

Fixes #

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

kubectl get nodes
NAME                      STATUS  ROLES  AGE  VERSION
ip-192-168-19-63.us-west-2.compute.internal  Ready  <none>  9h  v1.27.5-eks-43840fb
ip-192-168-68-243.us-west-2.compute.internal  Ready  <none>  89s  v1.27.5-eks-43840fb # <— karpenter node ;)
ip-192-168-77-66.us-west-2.compute.internal  Ready  <none>  9h  v1.27.5-eks-43840fb
ip-192-168-89-145.us-west-2.compute.internal  Ready  <none>  9h  v1.27.5-eks-43840fb

kubectl get machines
NAME      TYPE     ZONE     NODE                      READY  AGE
default-6zf5z  c6g.xlarge  us-west-2b  ip-192-168-68-243.us-west-2.compute.internal  True  2m

@haarchri haarchri marked this pull request as ready for review October 29, 2023 07:10
@haarchri
Copy link
Member Author

/test-examples

@haarchri haarchri merged commit 8510951 into main Oct 30, 2023
@haarchri haarchri deleted the feature/karpenter branch October 30, 2023 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant